sysroot: Fix Since: for soft reboot APIs
authorColin Walters <walters@verbum.org>
Fri, 18 Jul 2025 19:03:27 +0000 (15:03 -0400)
committerColin Walters <walters@verbum.org>
Fri, 18 Jul 2025 19:03:27 +0000 (15:03 -0400)
We should really have a CI gate for this...

src/libostree/ostree-deployment.c
src/libostree/ostree-sysroot-deploy.c

index 73360d90a69a2988ef0903e49d2fcd1da77e0aff..dc6202e4af6a5f9da392f6620fccba346088679c 100644 (file)
@@ -487,7 +487,7 @@ ostree_deployment_is_finalization_locked (OstreeDeployment *self)
  * @self: Deployment
  *
  * Returns: `TRUE` if deployment is set for a soft reboot.
- * Since: TODO
+ * Since: 2025.3
  */
 gboolean
 ostree_deployment_is_soft_reboot_target (OstreeDeployment *self)
index 1b34833f3518b9351ff1b4d98f73180d79bb22dc..bee899a311471b551d1ab2a697b9e5227b039391 100644 (file)
@@ -4385,7 +4385,7 @@ ostree_sysroot_deployment_set_mutable (OstreeSysroot *self, OstreeDeployment *de
  * (i.e., have the same boot checksum).
  *
  * Returns: %TRUE if a soft-reboot is possible to the target deployment, %FALSE otherwise.
- * Since: TODO
+ * Since: 2025.3
  */
 gboolean
 ostree_sysroot_deployment_can_soft_reboot (OstreeSysroot *self, OstreeDeployment *deployment)
@@ -4438,7 +4438,7 @@ impl_clear_soft_reboot (void)
  * Prepare the specified deployment for a systemd soft-reboot by creating a new
  * root with it at `/run/nextroot`.
  *
- * Since: TODO
+ * Since: 2025.3
  */
 gboolean
 ostree_sysroot_deployment_set_soft_reboot (OstreeSysroot *self, OstreeDeployment *deployment,
@@ -4512,7 +4512,7 @@ ostree_sysroot_deployment_set_soft_reboot (OstreeSysroot *self, OstreeDeployment
  * If there is a soft reboot queued in /run/nextroot, clear it. If one
  * is not queued, this function successfully does nothing.
  *
- * Since: TODO
+ * Since: 2025.3
  */
 gboolean
 ostree_sysroot_clear_soft_reboot (OstreeSysroot *self, GCancellable *cancellable, GError **error)